home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / way_of_t.swf / scripts / DefineSprite_4 / frame_15 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  1.4 KB  |  48 lines

  1. stop();
  2. _root.result = "<center>Your Score was " + _root.score + ".<br>For you the wise man says;<br>";
  3. if(_parent.score >= 1200)
  4. {
  5.    _root.result += "Your kung-fu is strong. Master Bruce move over, you is the high kicking sheznit";
  6. }
  7. else if(_parent.score >= 1000)
  8. {
  9.    _root.result += " Your kung-fu is strong. Many warriors walk in fear of your skills, and your breath";
  10. }
  11. else if(_parent.score >= 700)
  12. {
  13.    _root.result += "You do your school credit, many will die before you. ";
  14. }
  15. else if(_parent.score >= 700)
  16. {
  17.    _root.result += "Buddha be praised! for one so young you are most eloquant!";
  18. }
  19. else if(_parent.score >= 600)
  20. {
  21.    _root.result += "Your kung-fu is strong but you lack focus, eat more carrots.";
  22. }
  23. else if(_parent.score >= 500)
  24. {
  25.    _root.result += "Your undoing is your stupidity, try harder fat one.";
  26. }
  27. else if(_parent.score >= 400)
  28. {
  29.    _root.result += "Your undoing is your stupidity, try harder fat one.";
  30. }
  31. else if(_parent.score >= 300)
  32. {
  33.    _root.result += "You powers are failing old man, you are slow and your technique is sloppy like your mind.";
  34. }
  35. else if(_parent.score >= 200)
  36. {
  37.    _root.result += "Ha! Nice Technique, I must use it on your sister.";
  38. }
  39. else if(_parent.score >= 100)
  40. {
  41.    _root.result += "Your kung-fu is weak, next time i will send my sister to fight you.";
  42. }
  43. else
  44. {
  45.    _root.result += "Lay off the noodles fat boy.";
  46. }
  47. _root.result += "</center>";
  48.